commonlibsse_ng\re\b/
BGSActorEvent.rs1use crate::re::BSPointerHandle::ActorHandle;
2
3#[repr(C)]
4#[derive(Debug, Clone, PartialEq)]
5pub struct BGSActorEvent {
6 pub actor: ActorHandle,
7}
8const _: () = assert!(core::mem::size_of::<BGSActorEvent>() == 0x4);